23. Exercise: Add a New Activity
Add and Start a New Activity in Sunshine
SOLUTION:
- Add a EMPTY Activity to Sunshine called DetailActivity using the Android Studio new Activity wizard.
- Replace the code that is currently showing a Toast in the MainActivity with an EXPLICIT Intent to start DetailActivity
- Add an up button to your DetailActivity